home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / utility / rmdir_.zip / RMDIR!.DOC < prev    next >
Text File  |  1994-04-01  |  1KB  |  47 lines

  1. RMDIR! by ░▒▓ TTW, Inc. ▓▒░ (C) Copyright 1994 ALL RIGHTS RESERVED
  2. ───────────────────────────══════════════════≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
  3. Welcome to a nifty utility.  This can be included in batch files.  All it does
  4. is remove a directory.  If it does not exist, no message will be displayed.
  5. Great for installation programs and batch files.  The successor to RMDIRX, it
  6. also erases the files in a directory.  If the directory does not exist, it will
  7. return with an errorlevel of 2.  This is a great way to test for directory
  8. presence in installation programs.  It says nothing and leaves the words up to
  9. you.
  10.  
  11.       Sample Batch File
  12.       -----------------
  13.       @echo off
  14.       RMDIR! C:\SF2
  15.       if errorlevel 2 goto nodir
  16.       goto cont
  17.       :nodir
  18.       echo Directory not found so nothing erased
  19.       :cont
  20.      ^Z
  21.  
  22. SYNTAX:
  23. -=-=-=-
  24. RMDIR! dirname
  25.  
  26. VERSIONS
  27. -=-=-=-=
  28. This will be the only free*but*ware version.
  29.  
  30. REGISTRATION
  31. -=-=-=-=-=-=
  32. If you feel this program is useful to you, a donation would be appreciated.
  33. Registration is *not* required, but any comments or money will be gratefully
  34. accepted.  That is what FREE*BUT* WARE is.
  35.  
  36. If you don't decide to register this, then at least try out some of the many
  37. programs in PROGRAMS.LST.
  38.  
  39. To donate, run REGISTER.
  40.  
  41. Consult TTWLICEN.COM for licensing / distribution policies.
  42.  
  43. Source code: $10 (Available in QuickBasic, Pascal, or C)
  44.  
  45. Comments are always welcome.
  46.  
  47. 4/1/94«